home *** CD-ROM | disk | FTP | other *** search
/ Personal Computer World 2009 February / PCWFEB09.iso / Software / Linux / Kubuntu 8.10 / kubuntu-8.10-desktop-i386.iso / casper / filesystem.squashfs / var / lib / dpkg / info / python-xapian.postinst < prev    next >
Text File  |  2008-08-13  |  304b  |  11 lines

  1. #!/bin/sh
  2. set -e
  3. # Automatically added by dh_pycentral
  4. if which pycentral >/dev/null 2>&1; then
  5.     pycentral pkginstall python-xapian
  6.     if grep -qs '^python-xapian$' /var/lib/pycentral/delayed-pkgs; then
  7.         sed -i '/^python-xapian$/d' /var/lib/pycentral/delayed-pkgs
  8.     fi
  9. fi
  10. # End automatically added section
  11.